home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / vpe_130 / delphi / minidemo / unit1.dfm / unit1.txt
Text File  |  1996-09-15  |  278b  |  16 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 97
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Mini Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnResize = FormResize
  14.   TextHeight = 16
  15. end
  16.